The following tables list the members exposed by UABaseDataVariable<TValue,TAttribute>.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AttributeData | Contains the data value/timestamps/status code combination. (Inherited from OpcLabs.EasyOpc.UA.InformationModel.UABaseVariable<TValue,TAttribute>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DataMappings | An enumeration of OPC-UA data mappings defined directly on the target object. (Inherited from OpcLabs.EasyOpc.UA.LiveMapping.UAMappedNode) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EndpointDescriptor | The OPC-UA server involved in the operation. (Inherited from OpcLabs.EasyOpc.UA.LiveMapping.UAMappedNode) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ErrorId | Contains the error ID (Inherited from OpcLabs.EasyOpc.UA.InformationModel.UABaseVariable<TValue,TAttribute>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ErrorMessage | Contains the error message. An empty string if the operation has been successful. (Inherited from OpcLabs.EasyOpc.UA.InformationModel.UABaseVariable<TValue,TAttribute>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Exception | Contains the exception. A null reference if the operation has been successful. (Inherited from OpcLabs.EasyOpc.UA.InformationModel.UABaseVariable<TValue,TAttribute>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Mappings | An enumeration of mappings defined directly on the target object. (Inherited from OpcLabs.BaseLib.LiveMapping.MappedObject) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MonitoringParameters | An object containing monitoring parameters, such as the sampling interval, and optional data change filter. (Inherited from OpcLabs.EasyOpc.UA.LiveMapping.UAMappedNode) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | NodeDescriptor | The descriptor of the OPC-UA node involved in the operation. (Inherited from OpcLabs.EasyOpc.UA.LiveMapping.UAMappedNode) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Parent | A reference to the parent target object; null if none. (Inherited from OpcLabs.BaseLib.LiveMapping.MappedObject) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ReadParameters | The read parameters (such as the maximum age of the value). (Inherited from OpcLabs.EasyOpc.UA.LiveMapping.UAMappedNode) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ServerTimestamp | Contains the server timestamp. In UTC. (Inherited from OpcLabs.EasyOpc.UA.InformationModel.UABaseVariable<TValue,TAttribute>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ServerTimestampLocal | Contains the server timestamp. In local time. (Inherited from OpcLabs.EasyOpc.UA.InformationModel.UABaseVariable<TValue,TAttribute>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SourceTimestamp | Contains the source timestamp. In UTC. (Inherited from OpcLabs.EasyOpc.UA.InformationModel.UABaseVariable<TValue,TAttribute>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SourceTimestampLocal | Contains the source timestamp. In local time. (Inherited from OpcLabs.EasyOpc.UA.InformationModel.UABaseVariable<TValue,TAttribute>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | StatusCode | Contains the status code for the result of the operation. (Inherited from OpcLabs.EasyOpc.UA.InformationModel.UABaseVariable<TValue,TAttribute>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SubscriptionParameters | An object containing subscription parameters, such as the publishing interval. (Inherited from OpcLabs.EasyOpc.UA.LiveMapping.UAMappedNode) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Value | Contains the node value (the Value attribute). (Inherited from OpcLabs.EasyOpc.UA.InformationModel.UABaseVariable<TValue,TAttribute>) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ValueType | Provides the .NET type of the node value (the Value attribute). (Inherited from OpcLabs.EasyOpc.UA.InformationModel.UABaseVariable<TValue,TAttribute>) |
Top
Public Methods
Protected Methods
| Name | Description |
![Protected Method](template/packages/core-dotnet/images/protectedMethod.png) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
![Protected Method](template/packages/core-dotnet/images/protectedMethod.png) | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Top
Extension Methods
| Name | Description |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | SetState<TNode> | Sets the arbitrary object associated with the node. |
Top
Public Events
See Also